@charset "UTF-8";

ul,ol {
    padding: 0;
    margin: 0;
}
ul li,ol li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.img_box {
    width: 600px;
    height: 388px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
img {
    width: 100%;
    height: 100%;
    display: block;
}
.img_one li span {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 35px;
    bottom: 0;  
    color: #ffffff;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    padding-left: 20px;
    font-size: 15px;
}
.dots {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 140px;
}
.dots li {
    float:left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}
.dots li.active {
    background: #1492ff;
}